-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all (major) #246
Update all (major) #246
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #246 +/- ##
=======================================
Coverage 62.20% 62.20%
=======================================
Files 42 42
Lines 1360 1360
Branches 203 203
=======================================
Hits 846 846
Misses 495 495
Partials 19 19 ☔ View full report in Codecov by Sentry. |
fad38e4
to
347d926
Compare
b3f5f30
to
2ef95ae
Compare
2ef95ae
to
4038c85
Compare
4038c85
to
8603cc8
Compare
ac94712
to
b04611d
Compare
b04611d
to
c77f239
Compare
109aa79
to
1b3c73a
Compare
5bc08b5
to
3051181
Compare
73e652c
to
5bf3ed4
Compare
5bf3ed4
to
5f87009
Compare
1b54174
to
5030dbf
Compare
b15e23a
to
b0297ff
Compare
dd037ff
to
81e5027
Compare
c007d9c
to
3d19745
Compare
63d5e12
to
dbd5820
Compare
3477759
to
88ff2cb
Compare
ba883bd
to
be638ff
Compare
abe18f1
to
452d6d9
Compare
f2c446f
to
83f3665
Compare
83f3665
to
711397e
Compare
As it seems Node.js has deprecated punycode in its core with LTS version 20.14.0 https://nodejs.org/docs/v20.14.0/api/punycode.html#punycode. https://www.npmjs.com/package/punycode states that As we do not directly use punycode, we cannot use this workaround. It seems that we should stay with LTS version https://stackoverflow.com/a/77737680 and wait for Node.js packages using punycode to adopt, i.e. new LTS version. |
b689cb7
to
c34574f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Type support by react-markdown has been removed when updating to version 9.0.0
Fix replaces types by any - sucks but I couldnt make it work in any other way.
issue=-1 allows to test markdown, I guess. LGTM
punycode issue remains for future.
This PR contains the following updates:
2.0.16
->6.0.2
v3
->v4
v3
->v4
v3
->v4
v3
->v4
v3.1.6
->v4.5.0
27.9.0
->28.6.0
48.0.1
->54.0.0
7.4.2
->8.1.3
20.14.0-alpine
->22.3.0-alpine
14.2.0
->15.1.2
8.0.7
->9.0.1
3.0.1
->4.0.0
6.3.4
->7.0.0
9.0.4
->10.0.1
4.15.2
->5.0.4
Release Notes
actions/cache (actions/cache)
v4
Compare Source
actions/download-artifact (actions/download-artifact)
v4
Compare Source
actions/setup-node (actions/setup-node)
v4
Compare Source
actions/upload-artifact (actions/upload-artifact)
v4
Compare Source
codecov/codecov-action (codecov/codecov-action)
v4.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v4.4.1...v4.5.0
v4.4.1
Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v4.4.0...v4.4.1
v4.4.0
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0
v4.3.1
Compare Source
v4.3.0
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0
v4.2.0
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0
v4.1.1
Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1
v4.1.0
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0
v4.0.2
Compare Source
What's Changed
New Contributors
Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2
v4.0.1
Compare Source
What's Changed
Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1
v4.0.0
Compare Source
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
node20
action due tonode16
deprecation. See this post from GitHub on how to migrate.v3
versions and below will not have access to CLI features (e.g. global upload token, ATS).What's Changed
Configuration
📅 Schedule: Branch creation - "on the 1 day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.